'宣言 Public Function New( _ ByVal execute As System.Action(Of Object), _ ByVal canExecute As System.Predicate(Of Object) _ )
public C1DelegateCommand( System.Action<object> execute, System.Predicate<object> canExecute )
パラメータ
- execute
- execute デリゲート。
- canExecute
- canExecute デリゲート。